home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / gnu / diff_2_3.lha / diff-2.3 / NEWS < prev    next >
Text File  |  1993-05-19  |  1KB  |  48 lines

  1. Major changes in version 2.3:
  2.  
  3. * New diff option: --horizon-lines=lines
  4.  
  5.  
  6. Major changes in version 2.1:
  7.  
  8. * New diff options:
  9.   --{old,new,unchanged}-line-format='format'
  10.   --{old,new,unchanged,changed}-group-format='format'
  11.   -U
  12. * New diff3 option:
  13.   -A --show-all
  14. * diff3 -m now defaults to -A, not -E.
  15. * diff3 now takes up to three -L or --label options, not just two.
  16.   If just two options are given, they refer to the first two input files,
  17.   not the first and third input files.
  18. * sdiff and diff -y handle incomplete lines.
  19.  
  20.  
  21. Major changes in version 2.0:
  22.  
  23. * Add sdiff and cmp programs.
  24. * Add Texinfo documentation.
  25. * Add configure script.
  26. * Improve diff performance.
  27. * New diff options:
  28. -x --exclude
  29. -X --exclude-from
  30. -P --unidirectional-new-file
  31. -W --width
  32. -y --side-by-side
  33. --left-column
  34. --sdiff-merge-assist
  35. --suppress-common-lines
  36. * diff options renamed:
  37. --label renamed from --file-label
  38. --forward-ed renamed from --reversed-ed
  39. --paginate renamed from --print
  40. --entire-new-file renamed from --entire-new-files
  41. --new-file renamed from --new-files
  42. --all-text removed
  43. * New diff3 options:
  44. -v --version
  45. * Add long-named equivalents for other diff3 options.
  46. * diff options -F (--show-function-line) and -I (--ignore-matching-lines)
  47.   can now be given more than once.
  48.